Translate F11 (ESC [ 23 ~) to ESC.
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 Jun 1993 08:49:42 +0000 (08:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 Jun 1993 08:49:42 +0000 (08:49 +0000)
lisp/term/vt200.el

index 8ed3ee74cc5f6d0360147abb30d01bfd19db3e75..31f64a0f8b24833ff4b69ef6cc3af7819bcf3213 100644 (file)
@@ -1,3 +1,6 @@
-;; For our purposes we can treat the vt200 and vt100 alike.
-;; The differences are handled by the termcap entry.
+;; For our purposes we can treat the vt200 and vt100 almost alike.
+;; Most differences are handled by the termcap entry.
 (load "term/vt100" nil t)
+
+;; Make F11 an escape key.
+(define-key function-key-map "\e[23~" [?\e])